home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…nuary (Partner) - Disc 2 / The Apple Reference and Presentations Library (Disc 2)(January 1994).iso / Diehl Graphsoft / German / MiniCad / MiniCad-PPC / MiniCad 5.0.1-D / MiniCad 5.0.1-D.rsrc / STR#_7006.txt < prev    next >
Text File  |  1994-10-06  |  328b  |  17 lines

  1. Pauses the macro for n number of seconds
  2.  
  3. Wait(Seconds : INTEGER);
  4.  
  5. Function date returns the current date and time as a string
  6.  
  7. Date(DateFormat,InfoFormat : INTEGER): STRING;
  8.  
  9. Used in debugging.  If an error has occurred then FndError = TRUE ELSE FndError = FALSE
  10.  
  11. FndError : BOOLEAN;
  12.  
  13. Make a beep sound when called
  14.  
  15. SysBeep;
  16.  
  17.